PowerTools PlusPak for Windows Forms 8.0J
AddRange(String[],String[]) メソッド

キー値(配列)。
ボタンに表示するテキストの文字列(配列)。
ボタンに表示するテキスト項目を追加します。
構文
Public Overloads Sub AddRange( _
   ByVal keys() As String, _
   ByVal values() As String _
) 
public void AddRange( 
   string[] keys,
   string[] values
)

パラメータ

keys
キー値(配列)。
values
ボタンに表示するテキストの文字列(配列)。
例外
例外解説
System.ArgumentExceptionkeys 配列と values 配列の長さは同じである必要があります。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

ButtonTextCollection クラス
ButtonTextCollection メンバ
オーバーロード一覧

Send Feedback